home *** CD-ROM | disk | FTP | other *** search
/ Quick PC 61 / Quick PC 61.iso / I386 / MEMORY.IN_ / memory.inf
Encoding:
Windows Setup INFormation  |  2003-03-24  |  1.6 KB  |  95 lines

  1. [Version]
  2. Signature="$WINDOWS NT$"
  3. Class=Memory
  4. ClassGuid={5099944A-F6B9-4057-A056-8C550228544C}
  5. Provider=%MSFT%
  6. LayoutFile=layout.inf
  7. DriverVer=10/01/2002,5.2.3790.0
  8.  
  9. [DestinationDirs]
  10. DefaultDestDir = 12
  11.  
  12. [ClassInstall32]
  13. AddReg=Memory_Class_Addreg
  14.  
  15. [Memory_Class_Addreg]
  16. HKR,,,0,%MemoryClassName%
  17. HKR,,NoInstallClass,,1
  18. HKR,,Icon,,"-28"
  19.  
  20. [Manufacturer]
  21. %MSFT%=Microsoft
  22.  
  23. [Microsoft]
  24. %*pnp0c80.DeviceDesc% = PNPMEM_Inst,ACPI\PNP0C80
  25.  
  26. [PNPMEM_Inst.NT]
  27. Copyfiles = @pnpmem.sys
  28.  
  29. [PNPMEM_Inst.NT.Services]
  30. AddService = PNPMEM,%SPSVCINST_ASSOCSERVICE%,PNPMEM_Service_Inst,PNPMEM_EventLog_Inst
  31.  
  32. [PNPMEM_Service_Inst]
  33. DisplayName    = %PNPMEM.SvcDesc%
  34. ServiceType    = %SERVICE_KERNEL_DRIVER%
  35. StartType      = %SERVICE_DEMAND_START%
  36. ErrorControl   = %SERVICE_ERROR_NORMAL%
  37. ServiceBinary  = %12%\pnpmem.sys
  38.  
  39. [PNPMEM_EventLog_Inst]
  40. AddReg=PNPMEM_EventLog_AddReg
  41.  
  42. [PNPMEM_EventLog_AddReg]
  43. HKR,,EventMessageFile,0x00020000,"%%SystemRoot%%\System32\IoLogMsg.dll;%%SystemRoot%%\System32\drivers\pnpmem.sys"
  44. HKR,,TypesSupported,0x00010001,7
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.  
  71.  
  72.  
  73.  
  74.  
  75.  
  76.  
  77.  
  78. [strings]
  79. MSFT                  = "Microsoft"
  80. MemoryClassName       = "Memory devices"
  81. *pnp0c80.DeviceDesc   = "Memory Module"
  82. PNPMEM.SvcDesc        = "Microsoft Memory Module Driver"
  83.  
  84. SPSVCINST_TAGTOFRONT  = 0x00000003
  85. SPSVCINST_ASSOCSERVICE= 0x00000002
  86. SERVICE_KERNEL_DRIVER = 1
  87. SERVICE_BOOT_START    = 0
  88. SERVICE_SYSTEM_START  = 1
  89. SERVICE_DEMAND_START  = 3
  90. SERVICE_ERROR_NORMAL  = 1
  91. SERVICE_ERROR_IGNORE  = 0
  92. REG_EXPAND_SZ         = 0x00020000
  93. REG_DWORD             = 0x00010001
  94. REG_SZ                = 0x00000000
  95.